docs: Remove remains of Mir backend
authorBenjamin Otte <otte@redhat.com>
Fri, 22 Jun 2018 16:53:59 +0000 (18:53 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 24 Jul 2018 18:55:45 +0000 (20:55 +0200)
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/meson.build
docs/reference/gtk/mir.xml [deleted file]
docs/reference/gtk/running.sgml

index 6b189a64d3189e883db89eaf657ec70348433bce..6ad9a1164f564bd1da5fbf2c773f39787a1fef94 100644 (file)
     <xi:include href="osx.sgml" />
     <xi:include href="broadway.xml" />
     <xi:include href="wayland.xml" />
-    <xi:include href="mir.xml" />
   </part>
 
   <xi:include href="glossary.xml" />
index c72fb0172bc43ed074ef568e01ebc79778268a65..e6948491e55870307e3625b08d83fbd6a0ee2aef 100644 (file)
@@ -355,7 +355,6 @@ content_files = [
   'input-handling.xml',
   'migrating-2to4.xml',
   'migrating-3to4.xml',
-  'mir.xml',
   'osx.sgml',
   'other_software.sgml',
   'overview.xml',
diff --git a/docs/reference/gtk/mir.xml b/docs/reference/gtk/mir.xml
deleted file mode 100644 (file)
index 3a0a52e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
-]>
-<refentry id="gtk-mir">
-<refmeta>
-<refentrytitle>Using GTK+ with Mir</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>GTK Library</refmiscinfo>
-</refmeta>
-
-<refnamediv>
-<refname>Using GTK+ with Mir</refname>
-<refpurpose>
-Mir-specific aspects of using GTK+
-</refpurpose>
-</refnamediv>
-
-<refsect1>
-<title>Using GTK+ with Mir</title>
-
-<para>
-The GDK Mir backend provides support for running GTK+ applications
-under Mir based display servers. To run your application in this way,
-select the Mir backend by setting <literal>GDK_BACKEND=mir</literal>.
-</para>
-
-<para>
-Currently, the Mir backend does not use any additional commandline
-options or environment variables.
-</para>
-
-</refsect1>
-
-</refentry>
index 90ec4178f65c273c61601ae5a4627e536650e978..08a925dab11fc76c09bed0958ae37ac3ec157273 100644 (file)
@@ -435,11 +435,6 @@ nevertheless.
         <listitem><para>Selects the Wayland backend for connecting to Wayland display servers</para></listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term>mir</term>
-        <listitem><para>Selects the Mir backend for connecting to Mir display servers</para></listitem>
-      </varlistentry>
-
     </variablelist>
     Since 3.10, this environment variable can contain a comma-separated list
     of backend names, which are tried in order. The list may also contain